| /pkg/2008.11/src/modules/ |
| manifest.py | 29 import pkg.actions as actions 31 from pkg.actions.attribute import AttributeAction 33 # The type member is used for the ordering of actions. 55 """A Manifest is the representation of the actions composing a specific 59 The serialized structure of a manifest is an unordered list of actions. 85 null manifest result in the complete set of attributes and actions of 96 self.actions = [] 104 for act in sorted(self.actions): 113 for act in self.actions [all...] |
| /pkg/2008.11/src/modules/client/ |
| pkgplan.py | 32 import pkg.actions.directory as directory 38 set of actions required to take the Image from the origin FMRI to the 47 self.actions = [] 67 for src, dest in itertools.chain(*self.actions): 72 def propose_repair(self, fmri, mfst, actions): 78 # Create a list of (src, dst) pairs for the actions to send to 81 lst = [(None, x) for x in actions] 83 # Only install actions, no update or remove 105 return len(self.actions[0]) + len(self.actions[1]) + [all...] |
| /pkg/on_ips/usr/src/cmd/lp/lib/requests/ |
| putrequest.c | 79 || (reqbufp->actions & (ACT_MAIL|ACT_WRITE)) 148 if ((reqbufp->actions & ACT_SPECIAL) == ACT_IMMEDIATE) 150 else if ((reqbufp->actions & ACT_SPECIAL) == ACT_RESUME) 152 else if ((reqbufp->actions & ACT_SPECIAL) == ACT_HOLD) 157 if (reqbufp->actions & ACT_MAIL) 159 else if (reqbufp->actions & ACT_WRITE) 161 else if (reqbufp->actions & ACT_NOTIFY) 208 if (reqbufp->actions & ACT_RAW) 213 if (reqbufp->actions & ACT_FAST)
|
| getrequest.c | 160 reqp->actions |= ACT_RESUME; 162 reqp->actions |= ACT_HOLD; 164 reqp->actions |= ACT_IMMEDIATE; 169 reqp->actions |= ACT_MAIL; 171 reqp->actions |= ACT_WRITE; 173 reqp->actions |= ACT_NOTIFY; 212 reqp->actions |= ACT_RAW; 216 reqp->actions |= ACT_FAST;
|
| llib-llpreq | 42 ushort actions; /* mail/write, immediate/hold/resume, raw */
|
| /pkg/2009.06/src/modules/client/ |
| pkgplan.py | 32 import pkg.actions.directory as directory 40 set of actions required to take the Image from the origin FMRI to the 49 self.actions = [] 69 for src, dest in itertools.chain(*self.actions): 74 def propose_repair(self, fmri, mfst, actions): 81 # Create a list of (src, dst) pairs for the actions to send to 84 lst = [(None, x) for x in actions] 86 # Only install actions, no update or remove 108 return len(self.actions[0]) + len(self.actions[1]) + [all...] |
| /pkg/gate/src/modules/client/ |
| pkgplan.py | 33 import pkg.actions.directory as directory 39 set of actions required to take the Image from the origin FMRI to the 48 self.actions = [] 68 for src, dest in itertools.chain(*self.actions): 82 def propose_repair(self, fmri, mfst, actions): 86 # construct a list of actions as things currently are rather than 87 # just re-applying the current set of actions. 89 # Create a list of (src, dst) pairs for the actions to send to 92 lst = [(None, x) for x in actions] 94 # Only install actions, no update or remov [all...] |
| /pkg/gate/src/modules/portable/ |
| os_sunos.py | 52 def get_file_type(actions, proto_dir): 55 for a in actions: 61 assert(len(actions) == len(res)) 64 a = actions[i]
|
| /pkg/2008.11/src/tests/api/ |
| t_manifest.py | 35 import pkg.actions as actions 187 pkg.actions.file.FileAction) 190 pkg.actions.directory.DirectoryAction) 292 they're identical actions, but /usr should show up three 307 for kv, actions in self.m1.duplicates(): 309 for a in actions: 316 self.assertRaises(actions.ActionError, 319 self.assertRaises(actions.ActionError, 322 self.assertRaises(actions.ActionError [all...] |
| t_filter.py | 28 import pkg.actions as actions 59 self.actions = [ 60 actions.fromstr(s.strip()) 72 for a_entry in self.actions: 88 for a_entry in self.actions:
|
| /pkg/2009.06/src/tests/api/ |
| t_manifest.py | 35 import pkg.actions as actions 187 pkg.actions.file.FileAction) 190 pkg.actions.directory.DirectoryAction) 292 they're identical actions, but /usr should show up three 307 for kv, actions in self.m1.duplicates(): 309 for a in actions: 316 self.assertRaises(actions.ActionError, 319 self.assertRaises(actions.ActionError, 322 self.assertRaises(actions.ActionError [all...] |
| t_filter.py | 28 import pkg.actions as actions 59 self.actions = [ 60 actions.fromstr(s.strip()) 72 for a_entry in self.actions: 88 for a_entry in self.actions:
|
| /pkg/gate/src/tests/api/ |
| t_manifest.py | 36 import pkg.actions as actions 192 pkg.actions.file.FileAction) 195 pkg.actions.directory.DirectoryAction) 297 they're identical actions, but /usr should show up three 312 for kv, actions in self.m1.duplicates(): 314 for a in actions: 321 self.assertRaises(actions.ActionError, 324 self.assertRaises(actions.ActionError, 327 self.assertRaises(actions.ActionError [all...] |
| t_catalog.py | 43 import pkg.actions 162 for f, actions in nc.actions([]): 167 raise RuntimeError("actions() did not raise expected " 175 # This case should only return the dependency-related actions. 176 for f, actions in nc.actions([nc.DEPENDENCY]): 178 for a in actions: 180 pkg.actions.generic.Action)) 186 # No actions should be returned for this case [all...] |
| /pkg/on_ips/usr/src/cmd/lp/cmd/lpsched/ |
| cancel.c | 47 if (spool || (prs->request->actions & ACT_NOTIFY))
|
| /pkg/on_ips/usr/src/cmd/nscd/ |
| nscd_nswparse.c | 90 lkp->actions[__NSW_TRYAGAIN] = 223 lkp->actions[i] = __NSW_RETURN; 225 lkp->actions[i] = __NSW_TRYAGAIN_FOREVER; 227 lkp->actions[i] = __NSW_CONTINUE; 306 lkp->actions[__NSW_SUCCESS] = act; 310 lkp->actions[__NSW_NOTFOUND] = act; 314 lkp->actions[__NSW_UNAVAIL] = act; 318 lkp->actions[__NSW_TRYAGAIN] = act; 321 lkp->actions[
|
| /pkg/on_ips/usr/src/head/ |
| nsswitch.h | 107 action_t actions[__NSW_STD_ERRS]; member in struct:__nsw_lookup 124 (lkp)->actions[err] \
|
| stack_unwind.h | 96 _Unwind_Action actions, 108 _Unwind_Action actions, 159 __example_stop_fn(int version, int actions, uint64_t exclass,
|
| /pkg/on_ips/usr/src/lib/efcode/engine/ |
| Makefile.com | 29 env.o print.o properties.o actions.o package.o instance.o \
|
| /pkg/on_ips/usr/src/lib/libc/inc/ |
| nsswitch_priv.h | 65 * Actions: the first of which are from /usr/include/nsswitch.h 98 action_t actions[__NSW_STD_ERRS_V1]; member in struct:__nsw_lookup_v1 116 (lkp)->actions[err] \
|
| /pkg/on_ips/usr/src/lib/libtecla/common/ |
| keytab.c | 66 HashTable *actions; /* The hash table of actions */ member in struct:KeyTab 108 kt->actions = NULL; 125 * Allocate a hash table of actions. 127 kt->actions = _new_HashTable(NULL, KT_HASH_SIZE, IGNORE_CASE, NULL, 0); 128 if(!kt->actions) 153 kt->actions = _del_HashTable(kt->actions); 228 Symbol *sym = _find_HashSymbol(kt->actions, action); 370 KtAction *action = sym->actions + i [all...] |
| /pkg/on_ips/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/dhcpconfig/ |
| ServerParameter.java | 80 List actions = new ArrayList(); local 83 actions.add(new ActionGetAll()); 94 actions.add(new ActionGet(keyword)); 97 actions.add(new ActionDelete(keyword)); 99 actions.add(new ActionSet(keyword, value)); 119 // Initialise the actions. 120 iterator = actions.iterator(); 137 // Execute the actions. 138 iterator = actions.iterator(); 193 * Shared super class for actions [all...] |
| /pkg/gate/src/util/distro-import/ |
| importer.py | 45 from pkg import actions, elf 52 # rewrite of solaris.py to convert to actions as soon as possible; 54 # to global name table. Actions are annotated to include svr4 source 104 self.actions = [] 199 self.actions.append(action) 238 for a in self.actions 263 new_attrs = actions.attrsfromstr(line.rstrip()) 292 new_attrs = actions.attrsfromstr(line.rstrip()) 296 for f in self.actions 338 # build dictionary of actions in pk by pat [all...] |
| /pkg/on_ips/usr/src/cmd/truss/ |
| Makefile.com | 32 OBJS= main.o listopts.o ipc.o actions.o expound.o codes.o print.o \
|
| /pkg/on_ips/usr/src/lib/libc/port/gen/ |
| nsparse.c | 125 lkp->actions[__NSW_TRYAGAIN] = __NSW_TRYAGAIN_NTIMES; 174 lkp->actions[i] = __NSW_RETURN; 176 lkp->actions[i] = __NSW_TRYAGAIN_FOREVER; 178 lkp->actions[i] = __NSW_CONTINUE; 257 lkp->actions[__NSW_SUCCESS] = act; 261 lkp->actions[__NSW_NOTFOUND] = act; 265 lkp->actions[__NSW_UNAVAIL] = act; 269 lkp->actions[__NSW_TRYAGAIN] = act; 272 lkp->actions[ 368 lkp->actions[i] = 1 [all...] |