Searched refs:numeral (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm_impl.h294 typedef struct numeral { struct
299 struct numeral *next;
H A Ddevfsadm.c4905 numeral_t *numeral; local
4968 * no cached entry, initialize a numeral struct
4971 numeral = s_malloc(sizeof (numeral_t));
4972 numeral->id = new_id(set->headnumeral, type, min);
4973 numeral->full_path = s_strdup(devfs_path);
4974 numeral->rule_index = index;
4975 numeral->cmp_str = cmp_str;
4977 numeral->flags = 0;
4978 vprint(RSRV_MID, "%s: alloc new_id: %s numeral flags = %d\n",
4979 fcn, numeral
5292 new_id(numeral_t *numeral, int type, char *min) argument
[all...]

Completed in 186 milliseconds